home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 103 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  864 b 

  1. Path: nyx10.cs.du.edu!not-for-mail
  2. From: cmeador@nyx10.cs.du.edu (Chris Meador)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: What has C++ got?
  5. Date: 1 Jan 1996 13:39:23 -0700
  6. Organization: University of Denver, Dept. of Math & Comp. Sci.
  7. Message-ID: <4c9gpr$529@nyx10.cs.du.edu>
  8. References: <4bfdkd$qha@insosf1.netins.net> <tran0119.819779463@gold.tc.umn.edu> <4bsb4g$ai8@news1.sunbelt.net>
  9. NNTP-Posting-Host: nyx10.cs.du.edu
  10.  
  11. I just jumped into C++, but let's see here.  Things that C++ can do that 
  12. C can't (easily, perhaps not at all):
  13.  
  14. 1) variable declarations wherever you want
  15. 2) const and volatile
  16. 3) reference variables
  17. 4) inline functions
  18. 5) function overloading
  19. 6) default arguments to functions
  20. 7) stream I/O
  21.  
  22. The big one) OOP (classes, members, inheritance - the fun stuff)
  23.  
  24.  
  25.  
  26. -- 
  27.             cmeador@nyx10.cs.du.edu
  28.                      of Sector Plexus Programming
  29.